@charset "utf-8";

/* CSS Document */


/*content*/


/*左侧滑动*/


/*index*/

.huad {
    position: fixed;
    left: 40px;
    top: 180px;
    background: url(../images/shubiao_16.png) no-repeat bottom left;
    height: 420px;
}

#nav {
    background: url(../images/nav0.png) no-repeat;
    height: 322px;
    /* overflow: hidden; */
}

#nav li {
    height: 74px;
    width: 90px;
    /*text-indent: -9999px;*/
}

#nav a img.img-hover {
    display: none;
}

#nav li:hover a img.img-hover {
    display: inline-block;
}

#nav li.current a img.img-hover {
    display: inline-block;
}

#nav a {
    display: block;
    /*text-align: center;*/
    text-align: left;
    text-decoration: none;
    width: 90px;
}

#nav .current a {
    color: #ededed;
    height: 74px;
}

.header .nav {
    position: fixed;
    right: 25px;
    top: 111px;
    z-index: 9;
    width: 108px;
}

.header .nav ul>li {
    height: 68px;
    width: 90px;
    text-align: center;
}

.header .nav ul>li>a {
    display: block;
    height: 68px;
    width: 90px;
}

.header .nav ul>li.li2 a {
    background: url(../images/default_01.png) no-repeat top center;
}

.header .nav ul>li.li1 a {
    background: url(../images/default_02.png) no-repeat top center;
}

.header .nav ul>li.libg a,
.header .nav ul>li.li2 a:hover {
    background: url(../images/hover_01.png) no-repeat top center;
}

.header .nav ul>li.li1 a:hover {
    background: url(../images/hover_02.png) no-repeat top center;
}

.header .nav ul>li.scrolltop {
    text-indent: 0px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}

.content {
    min-height: 500px;
}

.content01 {
    min-height: 500px;
    background: url(../images/9.jpg) no-repeat center;
    background-size: contain;
}

.section1 {
    background: url(../images/bg1-4.jpg) no-repeat top center;
    height: 829px;
    overflow: hidden;
    position: relative;
}

.section1 .left,
.section1 .right {
    width: 187px;
    float: left;
}

.section1 .yuanmore {
    line-height: 30px;
    margin-top: 260px;
    height: 20px;
}

.section1 .yuanmore a {
    display: block;
    color: #d4d4d4;
    font-size: 14px;
    text-indent: 70px;
}

.section1 .left ul {
    margin-top: 50px;
    margin-left: -3px;
}

.section1 .left ul li {
    margin-right: 1px;
    width: 183px;
    height: 40px;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    cursor: pointer;
    margin-bottom: 6px;
    *margin-top: -30px;
}

.section1 .left ul li img {
    border: 1px solid #808080;
    transition: all 0.3s linear;
}

.section1 .left ul li:hover img {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.section1 .middle {
    width: 721px;
    /*width: 910px;*/
    float: left;
    margin: 0px 50px;
    position: relative;
}

.section1 .middle .banner {
    width: 721px;
    width: 910px;
    height: 688px;
    overflow: hidden;
}

.section1 .middle .banner img {
    width: 721px;
    /*width: 910px;*/
    height: 688px;
}

.section1 .right .yuanmore {
    margin-top: 244px;
}

.section1 .right .yuanmore a {
    text-indent: 75px;
}

.section1 .right .con {
    margin-top: 70px;
    margin-left: 20px;
    line-height: 24px;
    color: #FFF;
    font-size: 12px;
}

.section1 .right .con h2 {
    font-size: 14px;
    color: #d1d1d1;
    line-height: 30px;
}

.huadong1,
.huadong2,
.huadong3 {
    width: 200px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    bottom: 66px;
}

.huadong3 {
    bottom: 95px;
}

.huadong1 a,
.huadong2 a {
    color: #7d7c87;
    font-size: 16px;
}

.huadong3 a {
    color: #939394
}

.huadong1 img,
.huadong2 img,
.huadong3 img {
    display: block;
    padding-left: 40px;
    *padding-left: 0px;
    margin-left: 20px;
    *margin-left: 6px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s linear;
}

#huadong1 img,
#huadong2 img,
#huadong3 img {
    animation: jtt 1s ease-in-out 0s normal none infinite running;
    -moz-animation: jtt 1s ease-in-out 0s normal none infinite running;
    -ms-animation: jtt 1s ease-in-out 0s normal none infinite running;
    -o-animation: jtt 1s ease-in-out 0s normal none infinite running;
    -webkit-animation: jtt 1s ease-in-out 0s normal none infinite running;
}

@keyframes jtt {
    0%,
    30% {
        opacity: 0;
        transform: translate(0px, -8px);
    }
    60% {
        opacity: 1;
        transform: translate(0px, 0px);
    }
    100% {
        opacity: 0;
        transform: translate(0px, 10px);
    }
}

@-webkit-keyframes jtt {
    0%,
    30% {
        opacity: 0;
        transform: translate(0px, -8px);
    }
    60% {
        opacity: 1;
        transform: translate(0px, 0px);
    }
    100% {
        opacity: 0;
        transform: translate(0px, 10px);
    }
}

@-moz-keyframes jtt {
    0%,
    30% {
        opacity: 0;
        transform: translate(0px, -8px);
    }
    60% {
        opacity: 1;
        transform: translate(0px, 0px);
    }
    100% {
        opacity: 0;
        transform: translate(0px, 10px);
    }
}

@-ms-keyframes jtt {
    0%,
    30% {
        opacity: 0;
        transform: translate(0px, -8px);
    }
    60% {
        opacity: 1;
        transform: translate(0px, 0px);
    }
    100% {
        opacity: 0;
        transform: translate(0px, 10px);
    }
}

@-o-keyframes jtt {
    0%,
    30% {
        opacity: 0;
        transform: translate(0px, -8px);
    }
    60% {
        opacity: 1;
        transform: translate(0px, 0px);
    }
    100% {
        opacity: 0;
        transform: translate(0px, 10px);
    }
}

.tit .tit-title {
    background-image: url(../images/tit.png);
    background-repeat: no-repeat;
    background-position: top right;
    height: 100px;
    color: #000;
    text-align: right;
    width: 60%;
    padding: 15px 15px 0 0;
}

.tit .tit-title h2 {
    font-size: 34px;
    padding-bottom: 10px;
    padding-right: 8px;
    font-weight: bold;
}

.tit .tit-title h2 span {
    color: #e22b2c;
}

.tit .tit-title p {
    font-size: 18px;
    font-weight: bolder;
}

.tit .tit-title1 p span {
    color: #e22b2c;
}

.tit .tit-title1 p {
    color: #918f9c;
}

.tit a {
    color: #e3e3e3;
    display: block;
    margin: 17px auto 42px;
    width: 138px;
    height: 37px;
    line-height: 37px;
    background: #d82223;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s linear;
}

.tit a:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    color: #d82223;
    background: #e3e3e3;
}

.tit .tit-title1 {
    background-image: url(../images/tit1.png);
    height: 80px;
}

.tit .tit-title1 h2 {
    color: #fff;
    padding-right: 60px;
}

.tit .tit-title2 {
    width: 65%;
    padding: 20px 15px 0 0;
    height: 80px;
}

.tit .tit-title2 p span {
    color: #e22b2c;
}

.tit .tit-title2 h2 {
    padding-right: 90px;
    padding-bottom: 5px;
}

.tit .tit-title2 p {
    padding-right: 90px;
}

.section2 {
    background: url(../images/bg2.jpg) no-repeat top center;
    height: 940px;
    overflow: hidden;
    position: relative;
}

.section2 .about {
    width: 1200px;
    margin: 0 auto;
    margin-top: 80px;
    /* overflow: hidden; */
}

.section2 .about .left {
    width: 400px;
    float: left;
}

.section2 .about .left img {
    display: block;
    float: left;
    transition: all 0.3s linear;
}

.img_sca {
    width: 133px;
    height: 327px;
    overflow: hidden;
    float: left;
}

.section2 .about .left img.dong:hover {
    cursor: pointer;
    transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    -webkit-transform: scale(1.4);
}

.section2 .about .right {
    width: 782px;
    float: right;
    background: #f3f3f3;
}

.about .right .ul-o {
    float: left;
    width: 100px;
    position: relative;
    background: #bfbdb9;
    height: 560px;
}

.about .right .ul-o li {
    width: 100%;
    height: 186.66667px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    /*padding-left: 15px;*/
    box-sizing: border-box;
    /*background: url(../images/ol_bg.jpg) no-repeat center top;*/
    transition: none none none none none none;
}

.about .right .ul-o li:hover {
    transition: none;
    transition-delay: 0;
}

.about .right .ul-o span {
    width: 27px;
    height: 1px;
    display: block;
    background: #fff;
    margin-left: 15px;
}

.about .right .ul-o .li_1 {
    /*height: 100px;*/
    background-position: 0px 0px;
    background-color: #000;
}

.about .right .ul-o .li_2 {
    /*height: 80px;*/
    background-position: 0px -100px;
    background-color: #303030;
}

.about .right .ul-o .li_3 {
    /*height: 80px;*/
    background-position: 0px -180px;
    background-color: #484848;
}

.about .right .ul-o .li_4 {
    height: 80px;
    background-position: 0px -260px;
}

.about .right .ul-o .li_5 {
    height: 71px;
    background-position: 0px -331px;
}

.about .right .ul-o .li_6 {
    height: 71px;
    background-position: 0px -402px;
}

.about .right .ul-o .li_7 {
    height: 70px;
    background-position: 0px -472px;
}

.about .right .ul-o .li_8 {
    height: 83px;
    background-position: 0px -455px;
}

.about .right .ul-o .li_9 {
    height: 83px;
    background-position: 0px -505px;
}

.about .right .ul-o li p {
    line-height: 35px;
    color: #fff;
    font-size: 16px;
    padding-top: 20px;
    padding-left: 15px;
}

.about .right .ul-o li i {
    font-size: 33px;
    color: #fff;
    font-style: normal;
    /*text-indent: 20px;*/
    display: block;
    padding-top: 45px;
    text-align: center;
}

.about .right .ul-o li b {
    position: absolute;
    display: block;
    width: 15px;
    height: 32px;
    background: url(../img/n-qyjz-38.png) no-repeat;
    top: 50%;
    margin-top: -16px;
    right: -15px;
    display: none
}

.about .right .ul-o .li-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 108px;
    height: 15px;
    background: url(../images/jt.png) no-repeat right center;
}

.about .right .ul-o li.on {
    background: #2881c4;
}

.about .right .ul-t {
    width: 662px;
    float: left;
    height: 560px;
    padding: 0 0px;
}

.about .right .ul-t li {
    list-style-type: none;
    position: relative;
    height: 100%;
    display: none;
}


/*.about .right .ul-t li:last-child{background:url(../images/ul_bg.png) no-repeat 0 bottom; background-size:100% auto;}*/

.about .right .ul-t .li-top {
    padding: 25px 0 0 50px;
}

.about .right .ul-t h5 {
    color: #666;
    font-size: 24px;
    line-height: 38px;
}

.about .right .ul-t p {
    color: #000;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
    text-indent: 2em;
}

.about .right .ul-t p img {
    position: relative;
    left: -2em;
    /*text-indent: -2em;*/
}

.about .right .ul-t .li-a a {
    color: #2b91b8;
    font-size: 14px;
    margin-right: 30px;
    cursor: default;
    line-height: 22px;
}

.about .right .ul-t .li-a span {
    color: #999;
    font-size: 14px
}

.about .right .ul-t .li-img {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.wenhua img {
    height: 300px;
    width: 100%;
}

.wenhua .flexslider {
    position: relative;
    overflow: hidden;
}

.wenhua .flex-control-nav {
    display: block;
    position: relative;
    margin-top: 290px;
    z-index: 99999;
}

.wenhua .flexslider .flex-control-nav li {
    display: inline-block;
    text-align: center;
    margin: 0 5px;
}

.wenhua .flexslider .flex-control-nav li a {
    background: #fff;
    color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 8px;
}

.wenhua .flexslider .flex-control-nav li a.flex-active {
    background: #2881c4;
}

.section3 {
    background: url(../images/bg3.jpg) no-repeat top center;
    height: 940px;
    overflow: hidden;
    position: relative;
}

.section3 .tit {
    margin-top: 63px;
}

.section3 .pro_m {
    width: 1140px;
    height: 495px;
    background: #fff;
    margin: 0 auto;
    padding: 35px 22px 0 22px;
    position: relative;
}

.section3 .pro_m .left {
    width: 335px;
    float: left;
}

.section3 .pro_m .title {
    height: 50px;
    background: url(../images/xiahuaxian.jpg) no-repeat 0 bottom;
}

.section3 .pro_m .title h2 {
    color: #232323;
    font-size: 21px;
    font-weight: bolder;
}

.section3 .pro_m .title h2 span {
    font-size: 15px;
    font-weight: normal;
}

.section3 .pro_m .pro_menu h3 {
    color: #fff;
    line-height: 24px;
    text-align: center;
    width: 88px;
    height: 24px;
    background: #e1002a;
    margin: 20px 0;
    font-size: 14px;
}

.section3 .pro_m .pro_menu ul {
    overflow: hidden;
    margin-left: -20px;
}

.section3 .pro_m .pro_menu ul li {
    width: 33.33%;
    height: 30px;
    float: left;
    background: url(../images/jian.jpg) no-repeat right center;
    margin-bottom: 5px;
}

.section3 .pro_m .pro_menu ul li a {
    width: 90%;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    color: #808080;
    line-height: 30px;
    transition: all 0.3s linear;
}

.section3 .pro_m .pro_menu ul li a:hover {
    color: #e1002a;
    border-bottom: dotted 1px #e1002a;
}

.section3 .pro_m .tel {
    width: 352px;
    height: 76px;
    background: url(../images/bg3_tel.jpg) no-repeat 0 bottom;
    margin-top: 10px;
    color: #626262;
    line-height: 70px;
    font-size: 21px;
    text-indent: 65px;
}

.section3 .pro_m .right {
    width: 720px;
    float: right;
}

.workListWrap {
    margin-top: 20px;
}

.workItem {
    /*width: 345px;*/
    width: 710px;
    float: left;
    /*margin-right: 20px;*/
    position: relative;
    overflow: hidden;
    height: 400px;
}

.workItem a {
    width: 345px;
    float: left;
    margin-right: 10px;
    height: 173px;
    border-bottom: 1px solid #000;
    background: #e9e9e9;
    margin-bottom: 35px;
}

.workItem img {
    width: 345px;
    height: 121px;
}

.workItem .imgbox {
    width: 345px;
    height: 121px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.workItem h2 {
    text-indent: 25px;
    line-height: 30px;
    color: #4c4c4c;
    font-size: 16px;
}

.workItem p {
    color: #878787;
    font-size: 14px;
    line-height: 22px;
}

.workItem span {
    text-indent: 25px;
    width: 100%;
    color: #7d7d7d;
    font-size: 13px;
    display: block;
}

#case_progress_next,
#case_progress_prev {
    position: absolute;
    top: 177px;
    width: 54px;
    height: 54px;
}

#case_progress_prev {
    left: -64px;
    background: url(../images/jt_44.png) no-repeat 0 0;
}

#case_progress_next {
    right: -64px;
    background: url(../images/jt1_51.png) no-repeat 0 0;
}

#case_progress_next:hover {
    background: url(../images/jt_47.png) no-repeat 0 0;
}

#case_progress_prev:hover {
    background: url(../images/jt1_48.png) no-repeat 0 0;
}

.huadong2 a {
    color: #abaaae;
}

.section4 {
    background: url(../images/bg4.jpg) no-repeat top center;
    height: 940px;
    overflow: hidden;
    position: relative;
}

.section4 .news {
    width: 1150px;
    margin: 0 auto;
    margin-top: 80px;
    overflow: hidden;
}

.index_news {
    width: 1059px;
    height: auto;
    padding: 20px 0;
    min-height: 360px;
}

.index_news li {
    float: left;
    width: 520px;
    height: auto;
    margin-bottom: 20px;
}

.index_news li.active {
    float: right;
}

.index_news li .pic {
    width: 160px;
    height: 140px;
    border: 1px solid #D0D2D5;
}

.index_news li .txt {
    /*width: 305px;*/
    width: 96%;
    width: calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -ms-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    padding: 5px 20px;
    height: 130px;
    background: #E3E7E9;
    position: relative;
}

.index_news li .txt.dsjpic {
    width: 305px;
    width: calc(100% - 220px);
    width: -webkit-calc(100% - 220px);
    width: -ms-calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    width: -o-calc(100% - 220px);
}

.index_news li .txt .pic2 {
    position: absolute;
    left: -9px;
    top: 100px;
}

.index_news li .txt .txt1 {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 30px;
    text-overflow: ellipsis;
}

.index_news li .txt .txt1 a {
    color: black;
}

.index_news li .txt .txt2 {
    line-height: 24px;
    margin-top: 5px;
}

.index_news li .bottoms {
    width: 100%;
    height: 35px;
    background: url(../images/n1.png) no-repeat right bottom;
    margin-top: 10px;
}

.index_news li .bottoms p {
    display: inline-block;
    padding-left: 20px;
    height: 30px;
    margin-right: 79px;
    line-height: 30px;
    vertical-align: top;
}

.index_news li .bottoms .t1 {
    background: url(../images/n2.png) no-repeat left center;
}

.index_news li .bottoms .t2 {
    background: url(../images/n4.png) no-repeat left center;
}

.index_news li .bottoms .t3 {
    margin-right: 0px;
    margin-left: 10px;
}

.index_news li .bottoms .t3 a:hover {
    color: #D92B2C;
}

.index_news2 li .pic {
    width: 130px;
    height: 120px;
    border: 1px solid #D0D2D5;
}

.index_news2 li .txt {
    height: 112px;
    width: 329px;
}

.index_news2 li .pic2 {
    position: absolute;
    left: -9px;
    top: 80px;
}

.index_news2 li a.more {
    display: block;
    width: 180px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}

.index_news2 li a.more:hover {
    color: #D92B2C;
}


/*<!--tab-->*/

.aui-nav-content-box {
    width: 865px;
    position: relative;
}

.aui-nav-list-box {
    overflow: hidden;
    zoom: 1;
    border-bottom: none;
    z-index: 110;
    width: 1100px;
    display: block;
    border-top: solid 1px #c2c2c2;
    border-left: solid 1px #c2c2c2;
    color: #000;
}

.aui-nav-list-box ul li a {
    color: #000;
}

.aui-nav-list-box ul li {
    float: left;
    color: #000;
    height: 45px;
    cursor: pointer;
    line-height: 45px;
    width: 549px;
    text-align: center;
    font-size: 14px;
    border-right: solid 1px #c2c2c2;
    border-bottom: solid 1px #c2c2c2;
}

.aui-nav-list-box>ul li:last-child {}

.aui-nav-list-box ul li h2 {
    font-size: 20px;
}

.aui-nav-list-box ul li h2 span {
    font-size: 17px;
    color: #a3a3a3;
    font-weight: normal;
    padding-left: 10px;
}

.aui-nav-list-box ul .aui-current {
    color: #f54343;
    background: #f7f7f7;
    border-bottom: solid 2px #f54144;
    font-weight: bold;
}

.aui-nav-list-box ul .aui-current a {
    color: #f54343;
}

.aui-nav-list-tab {
    width: 1099px;
    border: solid 1px #c2c2c2;
    border-top: none;
    overflow: hidden;
}

.aui-page-list {
    padding-top: 22px;
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px dotted #9d9d9d;
}

.aui-page-img {
    width: 221px;
    height: 157px;
    float: left;
    margin-right: 18px;
    overflow: hidden;
}

.aui-page-img img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}

.aui-page-text {
    float: left;
    width: 570px;
    height: 100px;
    position: relative;
}

.aui-nav-list-item {
    padding: 0 20px;
    display: none;
}

.aui-page-text h2 {
    line-height: 20px;
    font-weight: 600;
    overflow: hidden;
    padding: 10px 0;
}

.aui-page-text h2 a {
    width: 80%;
    float: left;
    color: #000;
    font-size: 14px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-overflow: ellipsis;
}

.aui-page-text h2 span {
    float: right;
    font-size: 12px;
    font-weight: normal;
}

.aui-page-text h2 a:hover {
    color: #f54144;
    text-decoration: underline;
}

.aui-page-text p {
    font-size: 12px;
    color: #000;
    opacity: 0.8;
}

.aui-page-text a.amore {
    width: 40px;
    height: 16px;
    border: 1px solid #bfbfbf;
    margin-top: 10px;
    display: block;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
}

.aui-page-text p em {
    font-style: normal;
    line-height: 30px;
}

.aui-comment {
    background: url("../img/icon-pl.png") no-repeat repeat;
    background-size: 20px;
    padding-left: 25px;
    float: right;
}

.aui-comment-box {
    width: 1100px;
    margin: 0 auto;
    padding-top: 40px;
}

.aui-banner-right {
    width: 430px;
    height: 282px;
    background: #ddd;
    float: right;
}

.aui-banner-right-ovr {
    width: 430px;
    height: 282px;
    background: #ddd;
    float: right;
}

.tab_ul {
    width: 100%;
}

.tab_ul li {
    float: left;
    width: 100%;
    position: relative;
    background: url(../images/yuan.jpg) no-repeat 0px center;
}

.tab_ul li a {
    width: 80%;
    float: left;
    font-size: 12px;
    color: #000;
    line-height: 35px;
    display: block;
    text-indent: 20px;
}

.tab_ul li span {
    position: absolute;
    right: 0;
    line-height: 30px;
}

.footer {
    width: 100%;
    overflow: hidden;
    /*height: 940px;*/
    background: url(../images/bg5.jpg) no-repeat top center;
    background-size: cover;
}

.foott {
    width: 1100px;
    margin: 0 auto;
    margin-top: 44px;
    position: relative;
}

.footer .tit {
    margin-top: 63px;
}

.foott .local {
    width: 850px;
    float: left;
    color: #e5e5e6;
}

.foott .local .tel {
    background: url(../images/foot_57.png) no-repeat;
    height: 31px;
    line-height: 31px;
    text-indent: 58px;
    font-size: 24px;
    color: #f6f6f6;
    margin-bottom: 20px;
}

.foott .local .tel span {
    color: #fe2829;
    margin: 0 5px;
}

.foott .local .con {
    font-size: 15px;
}

.foott .local .con p {
    height: 24px;
    float: left;
    line-height: 24px;
    text-indent: 25px;
    margin-bottom: 16px;
    margin-left: 10px;
}

.foott .local .con p.p1 {
    background: url(../images/foot_64.png) no-repeat 0px 0px;
    width: 385px;
    padding-left: 10px;
}

.foott .local .con p.p2 {
    background: url(../images/foot_70.png) no-repeat 0px 2px;
}

.foott .local .con p.p3 {
    background: url(../images/foot_67.png) no-repeat 0px 2px;
    margin-left: 30px;
}

.foott .local .con p.p4 {
    background: url(../images/foot_75.png) no-repeat 0px 4px;
    padding-left: 10px;
}

.foott .local .con p.p5 {
    background: url(../images/foot_79.png) no-repeat 0px 7px;
    width: 320px;
    padding-left: 10px;
}

.foott .local .con p.p6 {
    background: url(../images/foot_77.png) no-repeat 0px 4px;
    margin-left: 20px;
}

.foott .erweima {
    width: 240px;
    float: right;
    color: #f6f6f6;
    font-size: 14px;
    line-height: 25px;
}

.foott .erweima img {
    float: left;
    margin-right: 7px;
    margin-left: 5px;
}

.foott .erweima span {
    display: block;
    color: #df1f21;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 25px;
}

.liuy {
    width: 1094px;
    margin-top: 20px;
    color: #eaeaea;
    font-size: 14px;
    overflow: hidden
}

.liuy input {
    width: 245px;
    height: 49px;
    background: none;
    border: none;
    color: #eaeaea;
    line-height: 49px;
    display: inline-block;
    display: block;
    float: left;
}

.liuy div {
    width: 341px;
    height: 49px;
    margin-bottom: 15px;
    line-height: 49px;
    background: url(../images/inp_53.jpg) no-repeat;
    float: left;
    margin-left: 32px;
    border: 1px solid transparent;
}

.liuy div span {
    padding: 0px 10px;
    font-weight: bold;
    font-family: 宋体;
    height: 30px;
    display: block;
    float: left;
}

.liuy div.email {
    width: 1092px;
    margin-left: 0px;
    height: 131px;
    position: relative;
    background: url(../images/inp_57.jpg) no-repeat;
    margin-bottom: 20px;
}

.liuy div.email span {
    position: absolute;
    top: 1px;
    left: 1px;
}

.liuy textarea {
    height: 109px;
    border: none;
    width: 1015px;
    line-height: 22px;
    background: none;
    float: right;
    line-height: 23px;
    margin-top: 15px;
    color: #eaeaea;
    resize: none;
}

.liuy .button {
    width: 346px;
    height: 53px;
    display: block;
    cursor: pointer;
    background: url(../images/foot_82.png) no-repeat;
    font-weight: bold;
    font-family: 宋体;
    font-size: 14px;
    color: #eaeaea;
    margin-left: 380px;
}

.foott.footbottom .ditu {
    width: 1102px;
    /*    position: absolute;
    bottom: 52px;
*/
}

.foot.footbottom {
    margin-top: 25px;
    color: #919193;
    line-height: 40px;
    overflow: hidden;
    /*max-width: 1100px;*/
    margin: auto;
    height: 40px;
    margin-top: 10px;
    background-color: rgba(57, 56, 61, .8);
    background-image: url(../images/bottom-border.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}

.foot.footbottom a {
    color: #919193;
}

.foot.footbottom .footbottom-box {
    margin: auto;
    max-width: 1100px;
}

.foot.footbottom p {
    text-align: center;
    line-height: 40px;
}


/*.foot.footbottom p {
    width: 33.333%;
    *width: 32.333%;
    float: left;
    text-align: center;
}*/


/*.foot.footbottom p.pp {
    text-align: right;
}

.foot.footbottom p.pp1 {
    text-align: left;
}*/

#map img {
    max-width: unset;
}

#map .BMap_pop,
#map .BMap_shadow {
    display: none !important;
}


/*index end*/


/*about*/

.page_show .show-ul {
    border-top: 1px solid #cccccc;
}

.page_show .show-ul .show-li {
    border-bottom: 1px solid #cccccc;
    line-height: 1;
    position: relative;
}

.page_show .show-ul .show-li .time {
    position: absolute;
    right: 20px;
    color: #d52122;
}

.page_show .show-ul .show-li .show-a {
    display: block;
    padding: 20px;
}


/*about end*/


/*news*/


/*news_list*/

.news_list {}

.news_list dl {
    padding: 30px 75px 15px 45px;
    overflow: hidden;
    background: #fff;
    box-shadow: 2px 2px 10px #cdcdcd;
    margin-bottom: 20px;
    position: relative;
    transition: all .3s ease-out;
    cursor: pointer;
}

.news_list2 dl,
.news_list2.news_list a.amore {
    cursor: default;
}

.news_list dl dt {
    width: 244px;
    height: 168px;
    float: left;
    background: url(../images/new_l.jpg) no-repeat center center;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.news_list dl dt img {
    width: 225px;
    height: 154px;
    padding-top: 7px;
}

.news_list dl dd {
    width: 820px;
    height: 165px;
    float: right;
}

.news_list dl dd p {
    color: #747474;
}

.news_list dl dd h2 {
    font-size: 16px;
}

.news_list dl dd h2 a {
    color: #e30000;
}

.news_list dl dd h2:hover {
    color: #e70012;
}

.news_list dl dd span {
    display: block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    color: #282828;
    font-weight: normal;
    margin-top: 5px;
}

.news_list dl dd span img {
    vertical-align: middle;
    padding-right: 5px;
}

.view {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 75px;
    transition: all .2s ease-out
}

.view:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 18px;
    width: 30px;
    height: 30px;
    border: solid #3d7edb;
    border-width: 0 2px 2px 0;
    border-color: transparent #e52626 #e52626 transparent;
    transform: rotate(-45deg);
    transition: all .4s ease-in;
    margin-top: -15px;
}

.news_list a.amore {
    color: #252525;
    margin-top: 10px;
    display: block;
}

.news_list dl:hover {
    box-shadow: 0 1px 5px #ddd;
    transform: scale(1.02)
}

.news_list dl:hover .view {
    width: 100px
}

.news_list dl:hover .view:after {
    transform: rotate(-45deg) scale(1.1);
    left: 25px;
}


/*news_show*/

.news_content {}

.news_content h1 {
    font-size: 16px;
    line-height: 40px;
    margin: 20px auto;
    text-align: center;
    border-bottom: 1px solid #ccc;
    color: #e30000;
    font-weight: bolder;
}

.news_content span {
    height: 20px;
    line-height: 20px;
}

.news_content span img {
    vertical-align: middle;
    padding-right: 5px;
}

.news_content .newssp {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.news_content .news_show {
    width: 100%;
    margin: 20px 0;
    text-align: left;
    text-indent: 0em;
}

.news_content p {
    #747474;
    line-height: 30px;
}

.news_page {
    margin: 20px auto;
    overflow: hidden;
}

.news_page li {
    width: 413px;
    float: left;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding: 0 10px 0 30px;
    background: #f5f5f5;
}

.news_page .pagepre {
    background: #f5f5f5 url(../images/public/pagepre.png) no-repeat 10px center;
}

.news_page .pagenext {
    text-align: right;
    padding-right: 30px;
    background: #f5f5f5 url(../images/public/pagenext.png) no-repeat 98% center;
}

.news_page .pagepre:hover {
    background: #d8d8d8 url(../images/public/pagepre.png) no-repeat 10px center;
}

.news_page .pagenext:hover {
    background: #d8d8d8 url(../images/public/pagenext.png) no-repeat 98% center;
}


/*page_show*/

.list_page {
    font-size: 16px;
}

.page_show {
    padding-top: 10px;
}

.page_show p {
    text-indent: 0em;
}


/*guestbook*/

.guestbook_show {
    margin: 20px auto 0;
}

.guestbook_top {
    height: 40px;
    background: #eee;
    line-height: 40px;
    padding: 0 10px 0 17px;
}

.guestbook_top .mustwrt {
    display: block;
    float: right;
}

.guestbook_show em {
    color: #f00;
    font-style: normal;
}

.guestbook_form .inp_one {
    width: 180px;
    height: 25px;
    outline: none;
    border: 1px solid #ccc;
    padding-left: 4px;
}

.guestbook_form .inp_one:focus {
    border: 1px solid #e70012;
}

.guestbook_form {
    padding: 20px 20px 0;
}

.guestbook_form dl {
    width: 100%;
    overflow: hidden;
    line-height: 25px;
    height: 25px;
    padding: 10px 0;
}

.guestbook_form dt {
    width: 80px;
    float: left;
}

.guestbook_form dd {
    width: 510px;
    float: left;
}

.guestbook_form dd span {
    padding-left: 20px
}

.guestbook_form dd span i {
    color: #F00;
    padding: 0 5px;
}

.guestbook_form dd span.quetion {
    display: block;
}

.guestbook_form .bookdl {
    height: 180px;
    overflow: hidden;
    line-height: 20px;
    padding-bottom: 0;
}

.guestbook_form .button {
    width: 150px;
    height: 32px;
    background: #b8b8b8;
    border: none;
    margin-right: 10px;
    color: #fff;
    cursor: pointer;
}

.guestbook_form .button:hover {
    background: #f1f1f1;
    color: #555;
}

.guestbook_form .form_b {
    width: 693px;
    margin: 0 auto;
    padding: 20px 0 0 0;
    text-align: center;
}

.guestbook_title {
    padding: 20px 20px 0;
    color: #2a6cd4
}

.guestbook_title strong {
    color: #f00;
}

.guestbook_title b {
    padding: 0 10px;
    font-weight: normal;
}

.guestbook_cnt {
    padding: 5px 20px 20px;
    border-bottom: 1px dashed #ccc
}

.guestbook_reply {
    color: #f00;
    background: #f6f6f6;
    line-height: 40px;
}

.bookpage {
    line-height: 40px;
    text-align: right;
}

.search_x {
    border: 1px solid #d1d1d1;
    margin-bottom: 20px;
}

.search_x .top {
    padding: 0 20px;
}

.search_x .xbox {
    padding: 0 20px;
}

.search_x .guestbook_top {
    text-indent: 25px
}

.current2 {
    width: 17px;
    height: 17px;
    background: #3ab250;
    border: 2px solid #FFF;
    color: #FFF
}

.num {
    width: 17px;
    height: 17px;
    background: #aaaaaa;
    border: 2px solid #FFF;
    color: #FFF
}

.page_show .img-honour .swiper-slide img {
    height: 100%;
    width: auto;
}

.page_show .swiper-slide img {
    width: 100%;
}


/*list page*/

.page {
    width: 100%;
    margin: 10px auto;
    line-height: 30px;
    text-align: right;
}

.page span {
    display: inline-block;
    padding: 0 10px 0 0;
}

.page a.num.select {
    padding: 3px 10px;
    color: #fff;
    background: #e70012
}

.page a.num {
    background: #fff;
    padding: 0 10px;
}

.page a.num:hover {
    padding: 3px 10px;
    color: #fff;
    background: #e70012
}

.news_list2.news_list dl dt {
    float: left;
    background-size: cover;
    height: 190px;
    width: 255px;
}

.news_list2.news_list dl dt img {
    padding-top: 18px;
}

.news_list2.news_list dl {
    padding: 0;
}

.news_list2.news_list dl dd {
    width: 620px;
    height: auto;
}

.news_list2 .content-title h2 {
    font-size: 18px;
    color: #d52122;
    margin-bottom: 25px;
    line-height: 1;
    font-weight: normal;
}

.news_list2.news_list a.amore {
    margin-top: 0;
}

.news_list2.news_list dl {
    height: 190px;
    border: 1px solid #d9d9d9;
}

.news_list2 .dsj-time {
    width: 60px;
    height: 60px;
    border: 1px solid #d9d9d9;
    text-align: center;
    border-top: 0px;
}

.news_list2 .dsj-time .year {
    font-size: 20px;
    color: #333;
    line-height: 30px;
}

.news_list2 .dsj-time .date {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.news_list2.news_list dl dd h2:hover {
    color: #252525;
}

.news_list2 .dsj-title {
    padding-top: 25px;
    padding-bottom: 20px;
}

.recruit-content {
    padding: 20px;
    color: #333333;
    font-size: 14px;
    display: none;
}


/*.page_show .show-ul .show-li .show-a:hover{
	color: #2c2c2c;
}
.page_show .show-ul .show-li .show-a.active:hover{
	color: #fff;
}*/

.page_show .show-ul .show-li .show-a.active {
    background-color: #d52122;
    color: #fff;
}

.recruit-content p {
    margin: 0;
}

.page_show .show-ul .show-li {
    position: relative;
}

.page_show .show-ul .show-li .show-a span.gt {
    color: #2c2c2c;
    font-size: 20px;
    position: absolute;
    right: 20px;
}

.page_show .show-ul .show-li .show-a:hover {
    background-color: #d52122;
    color: #fff;
}

.page_show .show-ul .show-li .show-a:hover span.gt {
    color: #fff;
}

.page_show .show-ul .show-li .show-a.active span.gt {
    color: #fff;
    transform: rotate(90deg);
    transform-origin: 50% 50%;
}

.news_list dl dd {
    width: 100%;
}


/*news end*/


/*content*/

.cont_main {
    width: 100%;
    background: no-repeat center top;
    margin-top: -60px;
    position: relative;
    min-height: 640px;
    overflow: hidden;
}

.cont_main .wrap1 {
    width: 1170px;
    margin: 0 auto;
}

.map_point {
    position: absolute;
    left: 48%;
    /*top: 30%;*/
    top: 22%;
    animation: heart 1s ease-in-out infinite alternate;
    -moz-animation: heart 1s ease-in-out infinite alternate;
    -ms-animation: heart 1s ease-in-out infinite alternate;
    -o-animation: heart 1s ease-in-out infinite alternate;
    -webkit-animation: heart 1s ease-in-out infinite alternate;
}

.cont_add {
    margin-top: 680px;
}

.add_l {
    width: 765px;
    float: left;
}

.cont_add h2 {
    color: #23282a;
    font-size: 30px;
    font-weight: normal;
}

.cont_add ul {
    padding-top: 30px;
}

.liuy2 {
    width: 740px;
    margin-top: 35px;
    color: #eaeaea;
    font-size: 14px;
    overflow: hidden
}

.liuy2 input {
    /*width: 255px;*/
    width: 325px;
    height: 56px;
    background: none;
    border: none;
    line-height: 49px;
    display: inline-block;
    display: block;
    float: right;
}

.liuy2 div {
    width: 56.5%;
    height: 58px;
    margin-bottom: 15px;
    line-height: 49px;
    float: left;
    margin-left: 0px;
    border: 1px solid #a0a0a0;
}

.liuy2 div span {
    color: #23282a;
    font-size: 14px;
    padding: 5px 10px;
    height: 30px;
    display: block;
    float: left;
}

.liuy2 div.email {
    width: 56.5%;
    height: 270px;
    position: relative;
    border: 1px solid #a0a0a0;
    margin-bottom: 20px;
    /*float: right;*/
}

.liuy2 div.submit-btn {
    width: 100%;
    height: auto;
    border: 0;
}

.liuy2 div.email span {
    position: absolute;
    top: 1px;
    left: 1px;
}

.liuy2 textarea {
    height: 230px;
    border: none;
    width: 374px;
    line-height: 22px;
    background: none;
    float: right;
    line-height: 23px;
    margin-top: 40px;
    resize: none;
}

.liuy2 .button {
    width: 120px;
    height: 40px;
    display: block;
    cursor: pointer;
    background: #d52122;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    color: #eaeaea;
    float: left;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 60px;
}

.tel_r {
    width: 400px;
    float: right;
}

.tel_r ul li {
    height: 70px;
    margin-bottom: 35px;
}

.tel_r ul li img {
    float: left;
    margin-right: 25px;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.tel_r ul li span {
    display: block;
    line-height: 30px;
    font-size: 14px;
    color: #000000;
}

.tel_r ul li dl {
    color: #010101;
}

.tel_r ul li img:hover {
    cursor: pointer;
    transform: rotate(360deg) scale(1.2);
    -moz-transform: rotate(360deg) scale(1.2);
    -ms-transform: rotate(360deg) scale(1.2);
    -o-transform: rotate(360deg) scale(1.2);
    -webkit-transform: rotate(360deg) scale(1.2);
}

@keyframes heart {
    from {
        transform: translate(0, 0)
    }
    to {
        transform: translate(0, 15px)
    }
}

@-webkit-keyframes heart {
    from {
        transform: translate(0, 0)
    }
    to {
        transform: translate(0, 15px)
    }
}

@-moz-keyframes heart {
    from {
        transform: translate(0, 0)
    }
    to {
        transform: translate(0, 15px)
    }
}

@-ms-keyframes heart {
    from {
        transform: translate(0, 0)
    }
    to {
        transform: translate(0, 15px)
    }
}

@-o-keyframes heart {
    from {
        transform: translate(0, 0)
    }
    to {
        transform: translate(0, 15px)
    }
}

.rtecenter {
    text-align: center;
}

.tab_box {
    background: #f3f3f3;
}

.box_dis {
    display: none;
}

.tab_l {
    height: 30px;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
}

.tab_l li {
    float: left;
    display: inline;
    width: 99px;
    list-style: none;
    padding-right: 50px;
    height: 30px;
}

.tab_l li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    line-height: 30px;
    background: #dd788b;
    width: 127px;
    height: 30px;
    border: 1px solid #999;
    display: block;
    text-align: center;
    border-bottom: none;
}

.tab_l li.active a {
    color: #333;
    background: #f3f3f3;
    border-bottom: none;
}

.box_dis {
    border: 1px solid #999;
    padding: 20px;
}


/*content end*/


/*2019-3-26*/

.action--site-hyzb .page_show .swiper-container img,
.action--site-xkzb .page_show .swiper-container img,
.action--site-technology .page_show .swiper-container img,
.action--site-mtzb .page_show .swiper-container img {
    width: auto;
    max-height: 650px;
}

.action--site-hyzb .page_show .swiper-container,
.action--site-xkzb .page_show .swiper-container,
.action--site-technology .page_show .swiper-container,
.action--site-mtzb .page_show .swiper-container {
    max-height: 700px;
    text-align: center;
}


/*2019-3-26 end*/

@media only screen and (min-width: 980px) {
    .page_show .show-ul .show-li .show-a:hover {
        /*color: #d52122;*/
    }
}


/*2019-1-25*/

.index_news li .news-a:hover .bottoms p {
    color: #e22b2c;
}

.index_news li .news-a:hover .txt {
    background-color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.liuy .button:hover {
    background: url(../images/foot_82_hover.png) no-repeat;
    color: #e22b2c;
}

.workItem a:hover span {
    color: #e22b2c;
}

.tel_r ul li dl {
    /*display: inline-block;*/
}

.tel_r ul li img.liimg1 {
    margin-top: 10px;
}

.tel_r ul li {
    margin-bottom: 50px;
}


/*2019-1-25 end*/


/*2019-2-18*/

.foot.footbottom .footbottom-box img {
    position: relative;
    top: 5px;
}


/*2019-2-18 end*/


/*2019-2-21*/

.action--site-honour .page_show .swiper-container {
    max-width: 700px;
    max-height: 550px;
}

.action--site-honour .page_show .swiper-container p {
    /*text-align: left;*/
}

.action--site-honour .page_show .img-honour .swiper-slide img {
    padding-bottom: 20px;
    max-width: 450px;
    /*max-width: 100%;*/
    height: auto;
}

.action--site-honour .page_show .swiper-container .swiper-button-prev,
.action--site-honour .page_show .swiper-container .swiper-button-next {
    margin-top: -50px;
}


/*2019-2-21 end*/


/*2019-3-19*/

.action--site-culture-ldgh .page_show .swiper-container {
    max-width: 700px;
    max-height: 550px;
}

.action--site-culture-ldgh .page_show .swiper-container p {
    /*text-align: left;*/
}

.action--site-culture-ldgh .page_show .img-honour .swiper-slide img {
    padding-bottom: 20px;
    max-width: 700px;
    /*max-width: 100%;*/
    height: auto;
}

.action--site-culture-ldgh .page_show .swiper-container .swiper-button-prev,
.action--site-culture-ldgh .page_show .swiper-container .swiper-button-next {
    margin-top: -50px;
}


/*2019-3-19 end*/


/*2019-3-7*/

.action--site-about .page_show p,
.action--site-culture-ldgh .page_show p,
.action--site-service .page_show p,
.action--site-logistics .page_show p,
.action--site-technology .page_show p,
.action--site-mtzb .page_show p,
.action--site-xkzb .page_show p,
.section3 .pro_m .pro_menu p,
.news_list dl dd p,
.action--site-hyzb .page_show p {
    text-indent: 2em;
}

.news_list dl dd p.date {
    text-indent: 0;
}

.section3 .pro_m .title {
    margin-bottom: 24px;
}


/*2019-3-7 end*/

.workItem h2 {
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*2019-3-26*/

.about .right .ul-t .container-qywh {
    height: 400px;
}

.about .right .ul-t .container-qywh .swiper-slide{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.about .right .ul-t .container-zzry {
    height: 400px;
}

.about .right .ul-t .container-zzry .swiper-slide{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.container-zzry.swiper-container .swiper-button-next.swiper-next-zzry,
.container-qywh.swiper-container .swiper-button-next.swiper-next-qywh{
    background-image: url(../images/right-btn-has.png);
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    right: 20px;
}
.container-zzry.swiper-container .swiper-button-prev.swiper-prev-zzry,
.container-qywh.swiper-container .swiper-button-prev.swiper-prev-qywh{
    background-image: url(../images/left-btn-has.png);
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    right: 20px;
}
.container-zzry.swiper-container .swiper-button-prev.swiper-button-disabled,
.container-qywh.swiper-container .swiper-button-prev.swiper-button-disabled {
    background-image: url(../images/left-btn.png);
    background-size: 100% 100%;
}
.container-zzry.swiper-container .swiper-button-next.swiper-button-disabled,
.container-qywh.swiper-container .swiper-button-next.swiper-button-disabled {
    background-image: url(../images/right-btn.png);
    background-size: 100% 100%;
}
/*2019-3-26 end*/
/*2019-3-28*/
.liuy #yw0_button{
    color: #fff;
}
.liuy #yw0{
    margin-left: 40px;
    margin-right: 10px;
}
.liuy div.Verification{
    width: 100%;
}
.liuy2 #yw0_button{
    float: left;
    line-height: 56px;
}
.liuy2 #yw0{
    padding-top: 5px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
.liuy2{
    width: 600px;
}
.liuy2 div,
.liuy2 div.email{
    width: 70%;
}
.liuy2 div.Verification{
    width: 35%;
}
.liuy2 div.Verification input{
    width: 70%;
}
/*2019-3-28 end*/
/*2019-4-8*/
.about .right .ul-t .container-qywh,
.about .right .ul-t .container-zzry{
    height: 450px;
}
.container-qywh .swiper-wrapper,
.container-zzry .swiper-wrapper{
    padding-bottom: 50px;
}
.container-qywh .swiper-slide img,
.container-zzry .swiper-slide img{
    max-width: 100%;
}
.about .right .ul-t .qywh-text p,
.about .right .ul-t .zzry-text p{
    text-indent: 0;
}
.container-qywh .qywh-text,
.container-zzry .zzry-text{
    text-indent: 0;
    margin-top: 5px;
    text-align: center;
}
.container-qywh .qywh-img,
.container-zzry .zzry-img{
    height: 400px;
    overflow: hidden;
}

/*2019-4-8 end*/